projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6d354e
)
(ange-ftp-kill-ftp-process): Convert buffer name to the buffer.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 30 Mar 1998 03:08:51 +0000
(
03:08
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 30 Mar 1998 03:08:51 +0000
(
03:08
+0000)
lisp/ange-ftp.el
patch
|
blob
|
history
diff --git
a/lisp/ange-ftp.el
b/lisp/ange-ftp.el
index 922dc28e4f15e21f3f3121fb46460c49c5c04afe..c7e980e6f2c6cbf050cc0bc9bfa127487acf4235 100644
(file)
--- a/
lisp/ange-ftp.el
+++ b/
lisp/ange-ftp.el
@@
-1499,7
+1499,7
@@
then kill the related ftp process."
(if parsed
(let ((host (nth 0 parsed))
(user (nth 1 parsed)))
- (kill-buffer (
ange-ftp-ftp-process-buffer host user
))))))))
+ (kill-buffer (
get-buffer (ange-ftp-ftp-process-buffer host user)
))))))))
(defun ange-ftp-quote-string (string)
"Quote any characters in STRING that may confuse the ftp process."